PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFContentStream Class / fillPath Method
Path fill style.
In This Topic
    fillPath Method
    In This Topic
    Fills the current path using the fillMode. Operator: f for PDFFillMode.NonZeroWinding or f* for PDFFillMode.EvenOdd.
    Syntax
    public void fillPath( 
       PDFFillMode fillMode
    )

    Parameters

    fillMode
    Path fill style.
    See Also